![]() |
Fractale Tree
0.5
Plot Tree Fractale
|
#include <qwidget_graphique.h>
Public Slots | |
void | Button_color_clicked () |
void | Update_Etat () |
Signals | |
void | Value_changed () |
Public Member Functions | |
QWidget_Graphique (QWidget *parent=0) | |
QColor | Get_Color () |
void | Set_Color (QColor color) |
bool | Get_with_Bout () |
void | Set_with_Bout (bool etat) |
bool | Get_Color_Auto () |
void | Set_Color_Auto (bool etat) |
Private Attributes | |
QGridLayout * | layout |
QLabel * | Label_bout |
QPushButton * | PushButton_Color |
QCheckBox * | CheckBox_Color |
QRadioButton * | RadioButton_Bout_with |
QRadioButton * | RadioButton_Bout_without |
QColor | Color |
Definition at line 28 of file qwidget_graphique.h.
|
explicit |
Definition at line 3 of file qwidget_graphique.cpp.
References Button_color_clicked(), CheckBox_Color, Color, layout, PushButton_Color, RadioButton_Bout_with, RadioButton_Bout_without, Set_Color(), Update_Etat(), and Value_changed().
|
slot |
Definition at line 44 of file qwidget_graphique.cpp.
References Color, and Set_Color().
Referenced by QWidget_Graphique().
QColor QWidget_Graphique::Get_Color | ( | ) |
Definition at line 57 of file qwidget_graphique.cpp.
References Color.
Referenced by Draw_Tree::Plot(), and Main_fenetre::Save_file().
bool QWidget_Graphique::Get_Color_Auto | ( | ) |
Definition at line 81 of file qwidget_graphique.cpp.
References CheckBox_Color.
Referenced by Draw_Tree::Plot(), and Main_fenetre::Save_file().
bool QWidget_Graphique::Get_with_Bout | ( | ) |
Definition at line 71 of file qwidget_graphique.cpp.
References RadioButton_Bout_with.
Referenced by Draw_Tree::Plot(), and Main_fenetre::Save_file().
void QWidget_Graphique::Set_Color | ( | QColor | color | ) |
Definition at line 62 of file qwidget_graphique.cpp.
References Color, and PushButton_Color.
Referenced by Button_color_clicked(), Main_fenetre::Open_file(), and QWidget_Graphique().
void QWidget_Graphique::Set_Color_Auto | ( | bool | etat | ) |
Definition at line 86 of file qwidget_graphique.cpp.
References CheckBox_Color.
Referenced by Main_fenetre::Open_file().
void QWidget_Graphique::Set_with_Bout | ( | bool | etat | ) |
Definition at line 76 of file qwidget_graphique.cpp.
References RadioButton_Bout_with.
Referenced by Main_fenetre::Open_file().
|
slot |
Definition at line 50 of file qwidget_graphique.cpp.
References CheckBox_Color, and PushButton_Color.
Referenced by QWidget_Graphique().
|
signal |
|
private |
Definition at line 53 of file qwidget_graphique.h.
Referenced by Get_Color_Auto(), QWidget_Graphique(), Set_Color_Auto(), and Update_Etat().
|
private |
Definition at line 56 of file qwidget_graphique.h.
Referenced by Button_color_clicked(), Get_Color(), QWidget_Graphique(), and Set_Color().
|
private |
Definition at line 50 of file qwidget_graphique.h.
|
private |
Definition at line 48 of file qwidget_graphique.h.
Referenced by QWidget_Graphique().
|
private |
Definition at line 51 of file qwidget_graphique.h.
Referenced by QWidget_Graphique(), Set_Color(), and Update_Etat().
|
private |
Definition at line 54 of file qwidget_graphique.h.
Referenced by Get_with_Bout(), QWidget_Graphique(), and Set_with_Bout().
|
private |
Definition at line 55 of file qwidget_graphique.h.
Referenced by QWidget_Graphique().